home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d4 / hack36a.arc / HACK.CNF < prev    next >
Text File  |  1991-01-10  |  2KB  |  59 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for three cases, a person with a hard
  4. # disk as drive C:, 1 person with two floppy disks, and several people
  5. # with two floppy disks.  The default configuration is the second one.
  6. # To change configuration, comment out the unwanted configurations, and
  7. # remove the comment from the configuration you want.
  8.  
  9. # I use OPTIONS=name:NickD-W, silent, rawio, IBMBIOS
  10.  
  11. # A hard disk configuration.
  12. #
  13. # HACKDIR=\games\hack
  14. # SAVE=;n
  15. # RAMDISK=d:
  16. # OPTIONS=name:YourName-C
  17.  
  18. # A 2-floppy, 1-person configuration.
  19. #
  20. # Note that LEVELS and SAVE default to HACKDIR
  21. HACKDIR=b:\
  22. OPTIONS=name:YourName-W
  23. RAMDISK=c:
  24.  
  25. # A 2-floppy, group configuration.
  26. #
  27. #HACKDIR=a:\
  28. #LEVELS=b:\
  29. #OPTIONS=name:YourName-K
  30. #RAMDISK=c:
  31.  
  32. # The 9 GRAPHICS characters are:
  33. # vertical wall, horizontal wall, top left corner, top right corner
  34. # bottom left corner, bottom right corner, door, floor, corridor
  35. # An example using the IBM graphics character set.
  36. GRAPHICS = 179 196 218 191 192 217 206 250 176
  37.  
  38.  
  39. #     Special section for DEC Rainbow owners.
  40. #
  41. #  You *must* include the option `DECRainbow' in the OPTIONS line
  42. #  if you want to use line-drawing charcters.  Also, you must *not*
  43. #  use the option `rawio' or your system will hang!
  44. #
  45. #  You can select the "Rainbow line-drawing character set"
  46. #  for drawing the dungeon.  For *graphics* characters,
  47. #  128 has been added to the decimal value of the character.
  48. #  Adding 128 lets PC HACK know you want it to use the line-drawing
  49. #  character set.  Non-graphical characters are indicated by
  50. #  their decimal value.  You can mix both types of characters in
  51. #  the GRAPHICS line.
  52. #
  53. #  A recommended configuration for the Rainbow using the
  54. #  line-drawing character set, two floppies and no ramdisk is:
  55. # SAVE=b:\
  56. # LEVELS=b:\
  57. # OPTIONS=name:YourName,DECRainbow
  58. # GRAPHICS = 248 241 236 235 237 234 238 254 225 
  59.